net/http.http2Framer.AllowIllegalWrites (field)

11 uses

	net/http (current package)
		h2_bundle.go#L1873: 	AllowIllegalWrites bool
		h2_bundle.go#L2260: 	if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2267: 		if !f.AllowIllegalWrites {
		h2_bundle.go#L2570: 	if (incr < 1 || incr > 2147483647) && !f.AllowIllegalWrites {
		h2_bundle.go#L2684: 	if !http2validStreamID(p.StreamID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2706: 		if !http2validStreamIDOrZero(v) && !f.AllowIllegalWrites {
		h2_bundle.go#L2774: 	if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2814: 	if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2851: 	if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2950: 	if !http2validStreamID(p.StreamID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2964: 	if !http2validStreamID(p.PromiseID) && !f.AllowIllegalWrites {